Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / PdfEnum<TEnum> Constructor

In This Topic
    PdfEnum<TEnum> Constructor
    In This Topic
    Overload List
    OverloadDescription
    Initializes a new instance of the PdfEnum<TEnum> struct using a TEnum value.  
    Initializes a new instance of the PdfEnum<TEnum> struct using a GrapeCity.Documents.Pdf.Spec.PdfName object. The passed GrapeCity.Documents.Pdf.Spec.PdfName is converted to TEnum if possible.  
    Initializes a new instance of the PdfEnum<TEnum> struct using a string. The passed string is converted to TEnum if possible.  
    See Also